projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21fe911
)
(comint-password-prompt-regexp): Recognize AIX format.
author
Karl Heuer
<kwzh@gnu.org>
Sun, 17 Nov 1996 19:38:48 +0000
(19:38 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Sun, 17 Nov 1996 19:38:48 +0000
(19:38 +0000)
lisp/comint.el
patch
|
blob
|
history
diff --git
a/lisp/comint.el
b/lisp/comint.el
index aa5e8c825308422bce9e661b0b635f69864caded..11f4afc705b40bf4a1835c89f43ece0ae39b357e 100644
(file)
--- a/
lisp/comint.el
+++ b/
lisp/comint.el
@@
-228,7
+228,7
@@
appears in the buffer.
This variable is buffer-local.")
(defvar comint-password-prompt-regexp
- "\\(\\([Oo]ld \\|[Nn]ew \\|^\\)[Pp]assword\\|pass phrase\\):\\s *\\'"
+ "\\(\\([Oo]ld \\|[Nn]ew \\|
's \\|
^\\)[Pp]assword\\|pass phrase\\):\\s *\\'"
"*Regexp matching prompts for passwords in the inferior process.
This is used by `comint-watch-for-password-prompt'.")